home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 November / Maximum CD 2000 Nov.iso / PowerWare / Automate Pro / automate.exe / %TEMP% / %READMEFILE% next >
Encoding:
Text File  |  2000-05-10  |  24.5 KB  |  708 lines

  1. AUTOMATE 4.4 - 03/14/2000
  2. README FILE
  3.  
  4. PLEASE SCROLL DOWN AND SEE THE LICENCE 
  5. AGREEMENT BEFORE INSTALLING THIS 
  6. SOFTWARE. 
  7.  
  8. BY PRESSING NEXT AND/OR 
  9. INSTALLING/USING THIS SOFTWARE YOU ARE 
  10. STATING THAT YOU AGREE TO IT'S TERMS.
  11.  
  12. ************************************************
  13. NEW IN RELEASE (4.4)
  14. ************************************************
  15.  
  16. NEW ACTIONS!
  17.   - "Zip" action for compressing files into a valid
  18.     .zip format
  19.  
  20.   - "Unzip" action for uncompressing and restoring
  21.     files stored in a valid .zip file
  22.  
  23.   - "Populate variable with clipboard" populates
  24.     a variable with the current contents of the
  25.     system clipboard
  26.  
  27.   - "Left Mouse Down", "Left Mouse Up", "Right
  28.     Mouse Down", "Right Mouse Up", "Middle Mouse
  29.     Down", "Middle Mouse Up"
  30.  
  31.   - "Variable Functions" adds the ability to 
  32.     increment and decrement a variable by any value, 
  33.     and concatenate variables together.  Put new 
  34.     value into same variable, or a different one!
  35.  
  36.   - "IF" action that supports the following 
  37.     conditional testing : equals, does not equal, 
  38.     greater than, less than, is empty, is date, is 
  39.     numeric, is longer than, is shorter than, 
  40.     is same length as
  41.  
  42.  
  43. ENHANCED ACTIONS
  44.   - AutoMate variables are now accessible through
  45.     the scripting language using the variable name;
  46.     changes made to these AutoMate variables in
  47.     script are propagated back to the task when
  48.     the script is complete
  49.  
  50.   - unresolved variables will now be evaluated in 
  51.     AutoMate BASIC (in Pro version only).  For 
  52.     example, you can use the following code to 
  53.     evaluate a number "on the fly": 
  54.     MESSAGE: "!!4+4!!", 1
  55.     will display "8" in a messagebox
  56.  
  57.   - Start An Application can now populate a variable 
  58.     with an executable's return code (available only 
  59.     if "Wait for application to finish" is selected)
  60.  
  61.   - added {POPUP} keyword in Send Keystrokes that 
  62.     simulates the popup menu key on Windows keyboards
  63.  
  64.   - {WINKEY} keyword in Send Keystrokes.  
  65.     Activates the Windows Start menu.
  66.  
  67.   - NumLock added to the "Insert" menu in "Send 
  68.     Keystrokes" step
  69.  
  70.   - FORMATDATETIME  field now supports dynamic
  71.     adding and subtracting of days using + and -
  72.  
  73.   - added better FTP support for VMS systems
  74.  
  75.   - added ability to make shortcut into a specified 
  76.     folder, instead of just the predefined locations
  77.  
  78.   - added multiple recipients in To and CC fields on 
  79.     "Send Email" command (seperate each recipient
  80.      by either a comma or semi-colon)
  81.  
  82.   - variables and constants can now be used for passwords
  83.  
  84.   - in the Step Builder, Ctrl-F5 can now be used to 
  85.     test the selected steps
  86.  
  87.   - added new constant AMFOCUSEDWINDOWNAME, which 
  88.     returns the titlebar text of the currently
  89.     focused window
  90.  
  91.  
  92. NEW FEATURES
  93.   - Email on Failure sends an email to a user when
  94.     a task fails.  
  95.     - supports two modes: verbose for detailed emails.
  96.       and brief for pagers and cell phones
  97.  
  98.   - Log File Capping enables the user to set a maximum
  99.     size of the log file, and which action to take
  100.     when the log file reaches its maximum size (logging
  101.     can either be stopped, or trimmed by a user-
  102.     specified amount)
  103.     - by default, maximum log file is 45K
  104.  
  105.   - Log File Viewer allows the user to change the
  106.     default log file viewer from notepad to any other
  107.     text editor
  108.  
  109.   - the following actions now support variables:
  110.     - Port parameter of FTP Quick Upload, FTP Quick 
  111.       Download, and FTP Login
  112.     - the Pause action
  113.     - the Loop action
  114.  
  115.   - multiple window triggers with the "Window Watcher"
  116.     trigger will now trigger all the tasks
  117.  
  118.   - ability to export a task(s) by dragging them from 
  119.     the AutoMate Configuration Manager and onto a 
  120.     drag-and-drop target, such as the Explorer 
  121.     Desktop or Outlook Express
  122.  
  123.   - added ability to properly stop running scripts 
  124.     while they are executing
  125.  
  126.  
  127. FIXES
  128.   - minimized "blinking" effect of main form if 
  129.     opening settings is cancelled
  130.  
  131.   - Step Builder no longer "blinks" as it is being 
  132.     redrawn when attempting to resize it smaller than 
  133.     its minimum limits
  134.  
  135.   - fixed bug that caused column headings in Settings 
  136.     to disappear when switching to Details view
  137.  
  138.   - large fonts stretching beyond limits of the step 
  139.     parameter screens has been fixed
  140.  
  141.   - amerr.log is no longer used to dump errors by 
  142.     default
  143.  
  144.   - the delete key now works properly when editing 
  145.     the name of a task in Settings
  146.  
  147.   - AutoMate constant AMWINVER now properly returns 
  148.     the Windows version
  149.  
  150.   - Dragging a step onto itself in the Step Builder 
  151.     no longer causes an error
  152.  
  153.   - fixed problem that caused temporary files to 
  154.     sometimes not be removed when AutoMate closes
  155.  
  156.   - fixed FTP not downloading or deleting *.*
  157.  
  158.   - fixed problem that prevented some shifted keys 
  159.     (e.g. @) from being reproduced properly by the
  160.     Send Keystrokes action
  161.  
  162.   - fixed handle leak that occurs if an FTP action 
  163.     fails and another successful FTP action is not
  164.     executed before AutoMate closes
  165.  
  166.   - fixed "Could not write changes to task file" 
  167.     when running a script in an international regional
  168.      setting
  169.  
  170.   - fixed memory leak that occurs if an FTP Login is 
  171.     executed without a corresponding FTP Logout
  172.  
  173.   - fixed silent access violation that occured when 
  174.     pressing the INS key to add a new task when the Add
  175.     Task Wizard is disabled
  176.  
  177.   - fixed problem that caused the AutoMate 
  178.     Configuration Manager's icon in the tray to resemble
  179.     a "yellow light" on Win95/98 machines
  180.  
  181.   - changed "Lock Mouse", "Lock Keyboard", 
  182.     "Unlock Mouse", "Unlock Keyboard", "Start Another Task",
  183.     "Ping Machine", and "Disable This Task", to 
  184.     "Lock mouse", "Lock keyboard", "Unlock mouse",
  185.     "Unlock keyboard", "Start another task", 
  186.     "Ping machine", and "Disable this task" respectively
  187.  
  188.   - the Win9x AutoMate install now automatically removes 
  189.     any existing AutoMate Service Edition from
  190.     the Service Control Manager during the install, thus 
  191.     preventing Windows NT from attempting to start a 
  192.     non-service version of AutoMate on boot-up
  193.  
  194.   - the install now installs the properly updated AutoMate 
  195.     icon for use when creating task shortcuts
  196.     and STFFs
  197.  
  198.   - fixed problem that caused icon to stay green and the 
  199.     "Task Running" window to stay open when using the Open 
  200.     A Document command
  201.  
  202.   - fixed date/time problems when running a script when 
  203.     regional settings were not set to United States
  204.  
  205.   - added more precise information about which features 
  206.     are disabled in Standard version when the
  207.     demonstration period expires
  208.  
  209.   - AutoMate will ask a user who purchased AutoMate to 
  210.     register the software now to receive product
  211.     upgrades and technical support until they visit the 
  212.     registration page, or tell AutoMate not to bother 
  213.     them about it anymore
  214.  
  215.   - fixed bug that caused image for FTPUPLOAD or 
  216.     FTPDOWNLOAD to not appear until the step was
  217.     dragged into the current steps portion of the Step 
  218.     Builder
  219.  
  220.   - Copy Task in Configuration Manager renamed 
  221.     to "Duplicate Task", and shortcut changed 
  222.     from Ctrl-C to Ctrl-D
  223.  
  224.   - shortcut F2 added to "Rename Task"
  225.  
  226.   - pressing the Insert key in the Settings no longer
  227.     createse two new tasks when the wizard was disabled
  228.  
  229.   - Tools|Task Log now uses 'L' as an accelerator key, 
  230.     Tools|Clear Task Log uses 'E'
  231.  
  232.   - Tools|Enable Automated Processing now uses 'A' as 
  233.     an accelerator key, Tools|AutoMate Basic Scripting 
  234.     IDE uses 'I'
  235.  
  236.   - Tools|Start AutoMate Task Service now uses 'S' 
  237.     as an accelerator key, Tools|Real Time Status uses 'T'
  238.  
  239.   - the FormatDateTime field no longer puts a space 
  240.     after and after the date
  241.  
  242.   - Do Not Run Task under "Task Is Late" properties of 
  243.     the Schedule trigger now works as the documentation
  244.     says it should
  245.  
  246.   - AutoMate now checks for invalid filename characters 
  247.     before creating shortcuts to tasks
  248.  
  249.   - "Wait until application is ready for input" option 
  250.     in Start An Application is now ON by default
  251.  
  252.   - when entering a serial number to activate AutoMate, 
  253.     extra spaces are removed to make serial number
  254.     entry more reliable
  255.  
  256.   - the Create Directory action will now create 
  257.     subdirectories if they do not exist
  258.  
  259.   - added "Match substring" option to Add Task Wizard's 
  260.     "Window Watcher" pane
  261.  
  262.   - fixed "Match substring" option not properly 
  263.     refreshing in Properies page of a task
  264.  
  265.   - closing the AutoMate Task Service no longer 
  266.     shuts down the Configuration Manager
  267.  
  268.   - AutoMate now properly remembers the window 
  269.     layout of the AutoMate Configuration Manager 
  270.     when the computer is shutdown or rebooted without 
  271.     shutting down the Configuration Manager first
  272.  
  273.   - install now disables the Windows2000 Foreground 
  274.     Window timeout by default
  275.  
  276.   - added Preference setting to toggle whether or 
  277.     not AutoMate overrides the system Foreground
  278.     Lock Timeout
  279.  
  280.   - fixed AutoMate.FindWindowContaining function 
  281.     in AMOLE to properly return the window handle
  282.     of a found window
  283.  
  284.   - Step Builder now properly retains the focus of 
  285.     selected steps when adding/removing steps
  286.  
  287.   - Step Builder now properly maintains the order 
  288.     of steps when the are moved within the
  289.     same task
  290.  
  291.   - fixed bug that prevented a user from dragging a 
  292.     step into the "Current Steps" section
  293.     if they previously accidently tried to drag a 
  294.     group into that section
  295.  
  296.   - fixed bug that causes a ListIndexOutOfBounds 
  297.     error when trying to move a step beyond
  298.     the end of the current steps in the Step Builder
  299.  
  300.   - "stray" messageboxes (i.e. messageboxes that 
  301.     are still able to be clicked when a task
  302.     has been removed or stopped) no longer cause AV 
  303.     when clicked
  304.  
  305.   - attempting to drag and drop a group no longer 
  306.     yells at the user when they drop the
  307.     group on itself in the Step Builder
  308.  
  309.   - "Disable Drag And Drop" option in Preferences 
  310.     is now properly applied to the "Current
  311.     Steps" section of the Step Builder as well 
  312.     as the "Available Actions" section
  313.  
  314.   - deleting an SMTPEX step (the new SMTP step 
  315.     format) now properly deletes the associated
  316.     "body" text file
  317.  
  318.   - copying and pasting an existing SMTP step 
  319.     now properly copies the "body" text file; this
  320.     stops both steps from sharing the same text body
  321.  
  322.   - duplicating a task with SMPTEX actions now 
  323.     properly duplicates the SMTP body files as well,
  324.     preventing the two tasks from accessing the 
  325.     same message body
  326.  
  327.   - the INSERT key no longer attempts to add a 
  328.     new task if it is depressed while editing a  
  329.     task name in the Configuration Manager
  330.  
  331.   - having the right to view clients or groups, 
  332.     then removing that right while the Config.
  333.     Manager was still open, caused illegal 
  334.     characters is the deploy window; this has been
  335.     fixed
  336.  
  337.   - all occurances of the word "Client" 
  338.     changed to "Machine"
  339.  
  340.   - the "Deploy Status" window now properly informs 
  341.     the user of an illegal message response
  342.     or unauthorized deploy attempt
  343.  
  344.   - trying to display an empty machine group no 
  345.     longer displays the last machine list
  346.  
  347.   - changed name of "Task Interpreter" task to 
  348.     "From Script/Step Builder"
  349.  
  350.   - dragging pointer across the buttons of the 
  351.     Configuration Manager caused the status
  352.     bar text to change to an improper value
  353.  
  354.   - putting a space inside braces without 
  355.     specifying a number (e.g. {THIS IS A TEST})
  356.     no longer causes an exception
  357.  
  358.   - the words "Match substring" were changed to 
  359.     "Allow partial match" in the Window
  360.     Watcher trigger, Wait For Window command, 
  361.     and Wait For Window To Disppear command
  362.  
  363. ************************************************
  364. CONTACTING UNISYN SOFTWARE
  365. ************************************************
  366.  
  367. Unlike some software companies, we don't 
  368. want to hide from our customers.  Call us, 
  369. e-mail us, fax us, or write us, let us know 
  370. what you think -- we'd love to hear from 
  371. you.
  372.  
  373. UNISYN SOFTWARE, LLC
  374. 3440 Wilshire Blvd.
  375. Suite 910
  376. Los Angeles, CA 90010
  377.  
  378. (888)7-UNISYN Sales
  379. (213)738-1700 Main Line
  380. (213)738-7665 FAX
  381. (213)738-6966 Technical Support
  382.  
  383. http://www.unisyn.com
  384.  
  385. frontdesk@unisyn.com
  386. sales@unisyn.com
  387. automate@unisyn.com
  388.  
  389.  
  390. To be notified of product updates,
  391. sign-up to the AutoMate Newsletter
  392.  
  393. Visit: http://www.unisyn.com/newsletters/
  394.  
  395. Participate in discussions with other
  396. AutoMate users in the AutoMate User Resource
  397. Center:
  398.  
  399. Visit: http://www.unisyn.com/automate/user/
  400.  
  401.  
  402.  
  403. ************************************************
  404. END-USER LICENSE AGREEMENT
  405. ************************************************
  406.  
  407. END-USER LICENSE AGREEMENT FOR UNISYN 
  408. SOFTWARE, LLC SOFTWARE
  409.  
  410. IMPORTANT-READ CAREFULLY: This Unisyn Software, 
  411. LLC End-User License Agreement ("EULA") is a legal 
  412. agreement between you (either an individual 
  413. or a single entity) and Unisyn Software, LLC 
  414. for the Unisyn Software, LLC software product 
  415. identified above, which includes computer 
  416. software and may include associated media, printed 
  417. materials, and "online" or electronic documentation 
  418. ("SOFTWARE PRODUCT"). By installing, copying, or 
  419. otherwise using the SOFTWARE PRODUCT, you agree to
  420. be bound by the terms of this EULA. If you do not 
  421. agree to the terms of this EULA, do not install 
  422. or use the SOFTWARE PRODUCT..
  423.  
  424. SOFTWARE PRODUCT LICENSE
  425.  
  426. The SOFTWARE PRODUCT is protected by copyright 
  427. laws and international copyright treaties, as 
  428. well as other intellectual property laws and 
  429. treaties. The SOFTWARE PRODUCT is licensed, 
  430. not sold.
  431.  
  432. 1. GRANT OF LICENSE. This EULA grants you the 
  433. following rights:
  434.  
  435. -  Automation Software. You may install and 
  436. use one copy of the SOFTWARE PRODUCT, or any 
  437. prior version for the same operating system, 
  438. on a single computer. Since SOFTWARE PRODUCT is 
  439. primarily used while machine is unattended -- you 
  440. may *NOT* make a second copy for his or her 
  441. exclusive use on a portable computer.  Instead 
  442. purchase a second license.
  443.  
  444. -  Storage/Network Use. You may also store or 
  445. install a copy of the SOFTWARE PRODUCT on a 
  446. storage device, such as a network server, used 
  447. only to install or run the SOFTWARE PRODUCT on 
  448. your other computers over an internal network; 
  449. however, *you must* acquire and dedicate a 
  450. license for each separate computer on which the 
  451. SOFTWARE PRODUCT is installed or run from the 
  452. storage device. A license for the SOFTWARE PRODUCT 
  453. may not be shared or used concurrently on different 
  454. computers.
  455.  
  456. -  License Pack. If you have acquired this 
  457. EULA in a Unisyn Software, LLC License Pack, you 
  458. may make the number of additional copies of 
  459. the computer software portion of the SOFTWARE 
  460. PRODUCT authorized on the printed copy of this EULA, 
  461. and you may use each copy in the manner 
  462. specified above. 
  463.  
  464. 2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS. 
  465.  
  466. -  Not for Resale Software. If the SOFTWARE PRODUCT 
  467. is labeled "Not for Resale" or "NFR," then, 
  468. notwithstanding other sections of this EULA, 
  469. you may not resell, or otherwise 
  470. transfer for value, the SOFTWARE PRODUCT.
  471.  
  472. -  Limitations on Reverse Engineering, 
  473. Decompilation, and Disassembly. 
  474. You may not reverse engineer, decompile, or 
  475. disassemble the SOFTWARE PRODUCT, except and only 
  476. to the extent that such activity is expressly 
  477. permitted by applicable law notwithstanding 
  478. this limitation.
  479.  
  480. -  Separation of Components. The SOFTWARE 
  481. PRODUCT is licensed as a single product. Its 
  482. component parts may not be separated for use on 
  483. more than one computer.
  484.  
  485. -  Rental. You may not rent, lease, or 
  486. lend the SOFTWARE PRODUCT unless permission 
  487. is expressly granted in writing by Unisyn 
  488. Software, LLC.
  489.  
  490. -  Support Services. Unisyn Software, LLC 
  491. may provide you with support services related 
  492. to the SOFTWARE PRODUCT ("Support Services"). 
  493. Use of Support Services is governed by the Unisyn 
  494. Software, LLC policies and programs described in 
  495. the user manual, in "online" documentation, and/or 
  496. in other Unisyn Software, LLC-provided materials. 
  497. Any supplemental software code provided to you as 
  498. part of the Support Services shall be considered 
  499. part of the SOFTWARE PRODUCT and subject 
  500. to the terms and conditions of this EULA. With 
  501. respect to technical information you provide to 
  502. Unisyn Software, LLC as part of the Support 
  503. Services, Unisyn Software, LLC may use 
  504. such information for its business purposes, 
  505. including for product support and development. 
  506.  
  507. -  Software Transfer. You may permanently 
  508. transfer all of your rights under this EULA, 
  509. provided you retain no copies, you transfer all of 
  510. the SOFTWARE PRODUCT (including all component parts, 
  511. the media and printed materials, any upgrades, this 
  512. EULA, and, if applicable, the License Certificate), 
  513. and the recipient agrees to the terms of this 
  514. EULA. If the SOFTWARE PRODUCT is an upgrade, any 
  515. transfer must include all prior versions of 
  516. the SOFTWARE PRODUCT.
  517.  
  518. -  Termination. Without prejudice to any 
  519. other rights, Unisyn Software, LLC may terminate 
  520. this EULA if you fail to comply with the terms and 
  521. conditions of this EULA. In such event, you must 
  522. destroy all copies of the SOFTWARE PRODUCT and all 
  523. of its component parts.
  524.  
  525. 3. UPGRADES. If the SOFTWARE PRODUCT is labeled 
  526. as an upgrade, you must be properly licensed to use 
  527. a product identified by Unisyn Software, LLC as being 
  528. eligible for the upgrade in order to use the 
  529. SOFTWARE PRODUCT. A SOFTWARE PRODUCT labeled as an 
  530. upgrade replaces and/or supplements the product that 
  531. formed the basis for your eligibility for the upgrade. 
  532. You may use the resulting upgraded product only in 
  533. accordance with the terms of this EULA. If the 
  534. SOFTWARE PRODUCT is an upgrade of a component of a 
  535. package of software programs that you licensed as a 
  536. single product, the SOFTWARE PRODUCT may be used and 
  537. transferred only as part of that single product 
  538. package and may not be separated for use on more 
  539. than one computer.
  540.  
  541. 4. COPYRIGHT. All title and copyrights in and 
  542. to the SOFTWARE PRODUCT (including but not limited 
  543. to any images, photographs, animations, video, audio, 
  544. music, text, and "applets" incorporated into the 
  545. SOFTWARE PRODUCT), the accompanying printed 
  546. materials, and any copies of the SOFTWARE PRODUCT 
  547. are owned by Unisyn Software, LLC or its suppliers. 
  548. The SOFTWARE PRODUCT is protected by copyright 
  549. laws and international treaty provisions. Therefore, 
  550. you must treat the SOFTWARE PRODUCT like any other 
  551. copyrighted material except that you may install 
  552. the SOFTWARE PRODUCT on a single computer provided 
  553. you keep the original solely for backup or archival 
  554. purposes. You may not copy the printed materials 
  555. accompanying the SOFTWARE PRODUCT.
  556.  
  557. 5. DUAL-MEDIA SOFTWARE. You may receive the 
  558. SOFTWARE PRODUCT in more than one medium. Regardless 
  559. of the type or size of medium you receive, you may 
  560. use only one medium that is appropriate for your 
  561. single computer. You may not use or install the other 
  562. medium on another computer. You may not loan, rent, 
  563. lease, or otherwise transfer the other medium to 
  564. another user, except as part of the permanent 
  565. transfer (as provided above) of the SOFTWARE PRODUCT.
  566.  
  567. 6. U.S. GOVERNMENT RESTRICTED RIGHTS. The 
  568. SOFTWARE PRODUCT and documentation are provided 
  569. with RESTRICTED RIGHTS. Use, duplication, or 
  570. disclosure by the Government is subject to 
  571. restrictions as set forth in 
  572. subparagraph (c)(1)(ii) of the 
  573. Rights in Technical Data and Computer Software 
  574. clause at DFARS 252.227-7013 or subparagraphs 
  575. (c)(1) and (2) of the Commercial Computer 
  576. Software-Restricted Rights at 48 CFR 
  577. 52.227-19, as applicable. Manufacturer is 
  578. Unisyn Software, LLC /3440 Wilshire Blvd. 
  579. Suite 910 Los Angeles, CA 90010.
  580.  
  581. MISCELLANEOUS
  582.  
  583. If you acquired this product in the United States, 
  584. this EULA is governed by the laws of the 
  585. State of California. 
  586.  
  587. If you acquired this product in Canada, 
  588. this EULA is governed by the laws of the Province 
  589. of Ontario, Canada. Each of the parties hereto 
  590. irrevocably attorns to the jurisdiction of the 
  591. courts of the Province of Ontario and further 
  592. agrees to commence any litigation which may arise 
  593. hereunder in the courts located in the Judicial 
  594. District of York, Province of Ontario. 
  595.  
  596. If this product was acquired outside the 
  597. United States, then local law may apply.
  598.  
  599. Should you have any questions concerning this 
  600. EULA, or if you desire to contact Unisyn Software, 
  601. LLC for any reason, please contact the Unisyn 
  602. Software, LLC -- write: 
  603. Unisyn Software, 
  604. LLC Sales Information 
  605. 3440 Wilshire Blvd Suite 910
  606. Los Angeles, CA.
  607.  
  608.  
  609. LIMITED WARRANTY
  610.  
  611. LIMITED WARRANTY. Unisyn Software, LLC warrants 
  612. that (a) the SOFTWARE PRODUCT will perform 
  613. substantially in accordance with the accompanying 
  614. written materials for a period of thirty (30) days 
  615. from the date of receipt, and (b) any Support 
  616. Services provided by Unisyn Software, LLC shall be 
  617. substantially as described in applicable written 
  618. materials provided to you by Unisyn Software, LLC, 
  619. and Unisyn Software, LLC support engineers will 
  620. make commercially reasonable efforts to solve any 
  621. problem issues. Some states and jurisdictions do 
  622. not allow limitations on duration of an implied 
  623. warranty, so the above limitation may not apply to 
  624. you. To the extent allowed by applicable law, 
  625. implied warranties on the SOFTWARE PRODUCT, 
  626. if any, are limited to thirty (30) days.
  627.  
  628. CUSTOMER REMEDIES. Unisyn Software, LLC's and 
  629. its suppliers' entire liability and your exclusive 
  630. remedy shall be, at Unisyn Software, LLC's option, 
  631. either (a) return of the price paid, if any, or 
  632. (b) repair or replacement of the SOFTWARE PRODUCT 
  633. that does not meet Unisyn Software, LLC's Limited 
  634. Warranty and which is returned to Unisyn Software, 
  635. LLC with a copy of your receipt. This Limited 
  636. Warranty is void if failure of the SOFTWARE PRODUCT 
  637. has resulted from accident, abuse, or misapplication. 
  638. Any replacement SOFTWARE PRODUCT will be warranted 
  639. for the remainder of the original warranty 
  640. period or thirty (30) days, whichever is longer. 
  641. Outside the United States, neither these remedies 
  642. nor any product support services offered by Unisyn 
  643. Software, LLC are available without proof of 
  644. purchase from an authorized international 
  645. source.
  646.  
  647. NO OTHER WARRANTIES. TO THE MAXIMUM EXTENT 
  648. PERMITTED BY APPLICABLE LAW, UNISYN SOFTWARE, 
  649. LLC AND ITS SUPPLIERS DISCLAIM ALL OTHER 
  650. WARRANTIES AND CONDITIONS, EITHER EXPRESS 
  651. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 
  652. IMPLIED WARRANTIES OF MERCHANTABILITY, 
  653. FITNESS FOR A PARTICULAR PURPOSE, TITLE, 
  654. AND NON-INFRINGEMENT, WITH REGARD TO THE 
  655. SOFTWARE PRODUCT, AND THE PROVISION OF OR 
  656. FAILURE TO PROVIDE SUPPORT SERVICES. THIS 
  657. LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL 
  658. RIGHTS. YOU MAY HAVE OTHERS, WHICH VARY 
  659. FROM STATE/JURISDICTION TO 
  660. STATE/JURISDICTION.
  661.  
  662. LIMITATION OF LIABILITY. TO THE MAXIMUM 
  663. EXTENT PERMITTED BY APPLICABLE LAW, IN NO 
  664. EVENT SHALL UNISYN SOFTWARE, LLC OR ITS 
  665. SUPPLIERS BE LIABLE FOR ANY SPECIAL, 
  666. INCIDENTAL, INDIRECT, OR CONSEQUENTIAL 
  667. DAMAGES WHATSOEVER (INCLUDING, WITHOUT 
  668. LIMITATION, DAMAGES FOR LOSS OF BUSINESS 
  669. PROFITS, BUSINESS INTERRUPTION, LOSS OF 
  670. BUSINESS INFORMATION, OR ANY OTHER 
  671. PECUNIARY LOSS) ARISING OUT OF THE USE 
  672. OF OR INABILITY TO USE THE SOFTWARE PRODUCT 
  673. OR THE PROVISION OF OR FAILURE TO 
  674. PROVIDE SUPPORT SERVICES, EVEN IF UNISYN 
  675. SOFTWARE, LLC HAS BEEN ADVISED OF THE 
  676. POSSIBILITY OF SUCH DAMAGES. IN ANY CASE, 
  677. UNISYN SOFTWARE, LLC'S ENTIRE LIABILITY 
  678. UNDER ANY PROVISION OF THIS EULA SHALL BE 
  679. LIMITED TO THE GREATER OF THE AMOUNT 
  680. ACTUALLY PAID BY YOU FOR THE SOFTWARE 
  681. PRODUCT OR U.S.$5.00; PROVIDED, HOWEVER, 
  682. IF YOU HAVE ENTERED INTO A UNISYN SOFTWARE, 
  683. LLC SUPPORT SERVICES AGREEMENT, UNISYN 
  684. SOFTWARE, LLC'S ENTIRE LIABILITY REGARDING 
  685. SUPPORT SERVICES SHALL BE GOVERNED BY THE 
  686. TERMS OF THAT AGREEMENT. BECAUSE SOME STATES 
  687. AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION 
  688. OR LIMITATION OF LIABILITY, THE ABOVE LIMITATION 
  689. MAY NOT APPLY TO YOU.
  690.  
  691. USE OF THIS PRODUCT FOR ANY PERIOD OF TIME 
  692. CONSTITUTES YOUR ACCEPTANCE OF 
  693. THIS AGREEMENT AND SUBJECTS YOU TO ITS CONTENTS.
  694.  
  695.  
  696. Copyright and Trademark Acknowledgements
  697.  
  698. The AutoMate software, the contents of this 
  699. help file, and the Unisyn logo are trademarks 
  700. of Unisyn Software, LLC.
  701. Windows, Windows 95 Windows NT, and Microsoft 
  702. Exchange are trademarks of Microsoft Corporation.
  703. All other trademarks are property of their 
  704. respective owners.
  705. This documentation and the AutoMate software is 
  706. copyright ⌐ 1995-98, Unisyn Software, LLC.  All 
  707. worldwide rights reserved.
  708.